home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch09 / W09D020.cc2 < prev    next >
Encoding:
Text File  |  1997-04-24  |  1.2 KB  |  24 lines

  1. 0, In this demonstration, you will see how to use the 
  2. 4, Transaction Server Explorer to create a new 
  3. 7, package. In the Explorer window, you can view the 
  4. 11, packages that are currently on your machine. 
  5. 15, Double-click My Computer, then click Packages Installed to 
  6. 20, see the packages. To create a new package, click 
  7. 26, File, New. Here there are two options for creating 
  8. 33, a package. If you select Install Pre-built 
  9. 37, Package, you can install a package that has already been 
  10. 41, installed, and has been exported to your machine. 
  11. 45, Now, click Create an Empty Package. Give the new 
  12. 52, package a name. Set package identity for when the 
  13. 65, package accesses other resources. Here we will 
  14. 68, select Interactive User, so that the package will be 
  15. 72, given the identity of the current user. And click 
  16. 75, Finish to build the package. The StateU package now 
  17. 82, appears in the Explorer window. If you 
  18. 84, double-click the package, you can see the two folders that 
  19. 89, have been created for you. You can now add 
  20. 92, components and set properties to this package. So, now you 
  21. 97, have seen how to use the Microsoft Transaction 
  22. 100, Server Explorer to create new packages for 
  23. 103, components.
  24. 104, END